LEADTOOLS (Leadtools assembly)

TransformPoints(LeadPointD[],LeadPointD[]) Method

Show in webframe







The points to transform.
An array that contains the transformed points.
Transforms the specified points by this LeadMatrix.
Syntax
public void TransformPoints( 
   LeadPointD[] srcPoints,
   LeadPointD[] destPoints
)
'Declaration
 
Public Overloads Sub TransformPoints( _
   ByVal srcPoints() As LeadPointD, _
   ByVal destPoints() As LeadPointD _
) 
'Usage
 
Dim instance As LeadMatrix
Dim srcPoints() As LeadPointD
Dim destPoints() As LeadPointD
 
instance.TransformPoints(srcPoints, destPoints)
public void TransformPoints( 
   LeadPointD[] srcPoints,
   LeadPointD[] destPoints
)

            

            
 function Leadtools.LeadMatrix.TransformPoints(LeadPointD[],LeadPointD[])( 
   srcPoints ,
   destPoints 
)
public:
void TransformPoints( 
   array<LeadPointD>^ srcPoints,
   array<LeadPointD>^ destPoints
) 

Parameters

srcPoints
The points to transform.
destPoints
An array that contains the transformed points.
Requirements

Target Platforms

See Also

Reference

LeadMatrix Structure
LeadMatrix Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.